ESRI.ArcGIS.Mobile.Client
Generic ActionItemEventHandler Delegate
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : Generic ActionItemEventHandler Delegate

sender
e
Delegate for handling the creation of an ActionItem list.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ActionItemEventHandler(Of T)( _
   ByVal sender As Object, _
   ByVal e As ActionItemEventArgs(Of T) _
) 
C# 
public delegate void ActionItemEventHandler<T>( 
   object sender,
   ActionItemEventArgs<T> e
)

Parameters

sender
e

Type Parameters

T

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also